[INFO] fetching crate adiscord 0.0.10...
[INFO] testing adiscord-0.0.10 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065
[INFO] extracting crate adiscord 0.0.10 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate adiscord 0.0.10
[INFO] finished tweaking crates.io crate adiscord 0.0.10
[INFO] tweaked toml for crates.io crate adiscord 0.0.10 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate adiscord 0.0.10 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 217 packages to latest compatible versions
[INFO] [stderr]       Adding ezsockets v0.5.1 (available: v0.7.1)
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] [stderr]       Adding reqwest v0.11.27 (available: v0.13.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 170113ab8729a8ab533f151ba765f5e9100bfcd2bde6595b1d3d6db587b508fd
[INFO] running `Command { std: "docker" "start" "-a" "170113ab8729a8ab533f151ba765f5e9100bfcd2bde6595b1d3d6db587b508fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "170113ab8729a8ab533f151ba765f5e9100bfcd2bde6595b1d3d6db587b508fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "170113ab8729a8ab533f151ba765f5e9100bfcd2bde6595b1d3d6db587b508fd", kill_on_drop: false }`
[INFO] [stdout] 170113ab8729a8ab533f151ba765f5e9100bfcd2bde6595b1d3d6db587b508fd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3fbe5d49987bf12eb9acaeb44512b4d41694d6afeb8a7b50ed0ac53f895a9443
[INFO] running `Command { std: "docker" "start" "-a" "3fbe5d49987bf12eb9acaeb44512b4d41694d6afeb8a7b50ed0ac53f895a9443", kill_on_drop: false }`
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling openssl v0.10.76
[INFO] [stderr]    Compiling openssl-sys v0.9.112
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling adiscord-types v0.0.6
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling adiscord v0.0.10 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.74s
[INFO] running `Command { std: "docker" "inspect" "3fbe5d49987bf12eb9acaeb44512b4d41694d6afeb8a7b50ed0ac53f895a9443", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3fbe5d49987bf12eb9acaeb44512b4d41694d6afeb8a7b50ed0ac53f895a9443", kill_on_drop: false }`
[INFO] [stdout] 3fbe5d49987bf12eb9acaeb44512b4d41694d6afeb8a7b50ed0ac53f895a9443
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fe7bd925fe405e3b8222bacba01c1462429b94c55219dd3c09a0b4d883991f0d
[INFO] running `Command { std: "docker" "start" "-a" "fe7bd925fe405e3b8222bacba01c1462429b94c55219dd3c09a0b4d883991f0d", kill_on_drop: false }`
[INFO] [stderr]    Compiling adiscord v0.0.10 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.78s
[INFO] running `Command { std: "docker" "inspect" "fe7bd925fe405e3b8222bacba01c1462429b94c55219dd3c09a0b4d883991f0d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe7bd925fe405e3b8222bacba01c1462429b94c55219dd3c09a0b4d883991f0d", kill_on_drop: false }`
[INFO] [stdout] fe7bd925fe405e3b8222bacba01c1462429b94c55219dd3c09a0b4d883991f0d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 275bd22a5a194aa2b410871289e733ad03be3c00f216a5df9c8bb5db25e7514e
[INFO] running `Command { std: "docker" "start" "-a" "275bd22a5a194aa2b410871289e733ad03be3c00f216a5df9c8bb5db25e7514e", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/adiscord-bd9799321b0a8ceb)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests adiscord
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/channels/messages/get.rs - channels::messages::get::Client::get_messages (line 24) ... FAILED
[INFO] [stdout] test src/lib.rs - Client::new (line 52) ... FAILED
[INFO] [stdout] test src/lib.rs - Client::new (line 40) ... FAILED
[INFO] [stdout] test src/channels/get.rs - channels::get::Client::get (line 8) ... FAILED
[INFO] [stdout] test src/channels/messages/get.rs - channels::messages::get::Client::get_messages (line 36) ... FAILED
[INFO] [stdout] test src/channels/message/get.rs - channels::message::get::Client::get_message (line 8) ... FAILED
[INFO] [stdout] test src/voice/regions/get.rs - voice::regions::get::Client::get_regions (line 8) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/channels/messages/get.rs - channels::messages::get::Client::get_messages (line 24) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `client` in this scope
[INFO] [stdout]   --> src/channels/messages/get.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 | match client
[INFO] [stdout]    |       ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]   --> src/channels/messages/get.rs:28:6
[INFO] [stdout]    |
[INFO] [stdout] 24 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_channels_messages_get_rs_24_0() {
[INFO] [stdout]    |                                      ---------------------------------------------------- this is not `async`
[INFO] [stdout] ...
[INFO] [stdout] 28 |     .await
[INFO] [stdout]    |      ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Client::new (line 52) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dotenv_codegen`
[INFO] [stdout]   --> src/lib.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 | use dotenv_codegen::dotenv;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dotenv_codegen`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dotenv_codegen`, use `cargo add dotenv_codegen` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]   --> src/lib.rs:57:3
[INFO] [stdout]    |
[INFO] [stdout] 57 | #[tokio::main]
[INFO] [stdout]    |   ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout] 
[INFO] [stdout] error[E0752]: `main` function is not allowed to be `async`
[INFO] [stdout]   --> src/lib.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | async fn main() {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^ `main` function is not allowed to be `async`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0752.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Client::new (line 40) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `dotenv_codegen`
[INFO] [stdout]   --> src/lib.rs:43:5
[INFO] [stdout]    |
[INFO] [stdout] 43 | use dotenv_codegen::dotenv;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `dotenv_codegen`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `dotenv_codegen`, use `cargo add dotenv_codegen` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]   --> src/lib.rs:45:3
[INFO] [stdout]    |
[INFO] [stdout] 45 | #[tokio::main]
[INFO] [stdout]    |   ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout] 
[INFO] [stdout] error[E0752]: `main` function is not allowed to be `async`
[INFO] [stdout]   --> src/lib.rs:46:1
[INFO] [stdout]    |
[INFO] [stdout] 46 | async fn main() {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^ `main` function is not allowed to be `async`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0752.
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/channels/get.rs - channels::get::Client::get (line 8) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `client` in this scope
[INFO] [stdout]  --> src/channels/get.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | match client.channel.get("1089521338827427852").await {
[INFO] [stdout]   |       ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]  --> src/channels/get.rs:9:49
[INFO] [stdout]   |
[INFO] [stdout] 8 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_channels_get_rs_8_0() {
[INFO] [stdout]   |                                      ------------------------------------------ this is not `async`
[INFO] [stdout] 9 | match client.channel.get("1089521338827427852").await {
[INFO] [stdout]   |                                                 ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/channels/messages/get.rs - channels::messages::get::Client::get_messages (line 36) stdout ----
[INFO] [stdout] error[E0433]: cannot find `channel` in `adiscord`
[INFO] [stdout]   --> src/channels/messages/get.rs:42:24
[INFO] [stdout]    |
[INFO] [stdout] 42 |         Some(adiscord::channel::get_messages::Query {
[INFO] [stdout]    |                        ^^^^^^^ could not find `channel` in `adiscord`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `client` in this scope
[INFO] [stdout]   --> src/channels/messages/get.rs:38:7
[INFO] [stdout]    |
[INFO] [stdout] 38 | match client
[INFO] [stdout]    |       ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]   --> src/channels/messages/get.rs:49:6
[INFO] [stdout]    |
[INFO] [stdout] 37 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_channels_messages_get_rs_36_0() {
[INFO] [stdout]    |                                      ---------------------------------------------------- this is not `async`
[INFO] [stdout] ...
[INFO] [stdout] 49 |     .await
[INFO] [stdout]    |      ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/channels/message/get.rs - channels::message::get::Client::get_message (line 8) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `client` in this scope
[INFO] [stdout]  --> src/channels/message/get.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | match client
[INFO] [stdout]   |       ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]   --> src/channels/message/get.rs:12:6
[INFO] [stdout]    |
[INFO] [stdout]  8 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_channels_message_get_rs_8_0() {
[INFO] [stdout]    |                                      -------------------------------------------------- this is not `async`
[INFO] [stdout] ...
[INFO] [stdout] 12 |     .await
[INFO] [stdout]    |      ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/voice/regions/get.rs - voice::regions::get::Client::get_regions (line 8) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `client` in this scope
[INFO] [stdout]  --> src/voice/regions/get.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | match client.voice.get_regions().await {
[INFO] [stdout]   |       ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]  --> src/voice/regions/get.rs:9:34
[INFO] [stdout]   |
[INFO] [stdout] 8 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_voice_regions_get_rs_8_0() {
[INFO] [stdout]   |                                      ----------------------------------------------- this is not `async`
[INFO] [stdout] 9 | match client.voice.get_regions().await {
[INFO] [stdout]   |                                  ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/channels/get.rs - channels::get::Client::get (line 8)
[INFO] [stdout]     src/channels/message/get.rs - channels::message::get::Client::get_message (line 8)
[INFO] [stdout]     src/channels/messages/get.rs - channels::messages::get::Client::get_messages (line 24)
[INFO] [stdout]     src/channels/messages/get.rs - channels::messages::get::Client::get_messages (line 36)
[INFO] [stdout]     src/lib.rs - Client::new (line 40)
[INFO] [stdout]     src/lib.rs - Client::new (line 52)
[INFO] [stdout]     src/voice/regions/get.rs - voice::regions::get::Client::get_regions (line 8)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "275bd22a5a194aa2b410871289e733ad03be3c00f216a5df9c8bb5db25e7514e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "275bd22a5a194aa2b410871289e733ad03be3c00f216a5df9c8bb5db25e7514e", kill_on_drop: false }`
[INFO] [stdout] 275bd22a5a194aa2b410871289e733ad03be3c00f216a5df9c8bb5db25e7514e
